home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / ICOHOLIC / SETUP.EXE / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1998-12-31  |  4KB  |  164 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'About EXESetup'
  6.   ClientHeight = 225
  7.   ClientWidth = 306
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Image3: TImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 32
  20.     Height = 32
  21.     AutoSize = True
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object Label13: TLabel
  25.     Left = 52
  26.     Top = 12
  27.     Width = 168
  28.     Height = 16
  29.     Caption = 'EXESetup 3.0 Light - 32bit'
  30.     Transparent = True
  31.   end
  32.   object Label14: TLabel
  33.     Left = 52
  34.     Top = 28
  35.     Width = 48
  36.     Height = 13
  37.     Caption = 'Release 1'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object Label15: TLabel
  47.     Left = 52
  48.     Top = 52
  49.     Width = 191
  50.     Height = 13
  51.     Caption = 'Copyright ∩┐╜ 1996-98 Wiseman Solutions'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object Label16: TLabel
  61.     Left = 52
  62.     Top = 68
  63.     Width = 96
  64.     Height = 13
  65.     Caption = 'All Rights Reserved.'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     Transparent = True
  73.   end
  74.   object Label21: TLabel
  75.     Left = 12
  76.     Top = 100
  77.     Width = 174
  78.     Height = 13
  79.     Caption = 'This is the light version of EXESetup.'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object Label17: TLabel
  89.     Left = 12
  90.     Top = 124
  91.     Width = 194
  92.     Height = 13
  93.     Caption = 'If you need to contact us please email to:'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     Transparent = True
  101.   end
  102.   object Label18: TLabel
  103.     Left = 36
  104.     Top = 140
  105.     Width = 127
  106.     Height = 13
  107.     Caption = 'es@wisemansolutions.com'
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     Transparent = True
  115.   end
  116.   object Label19: TLabel
  117.     Left = 12
  118.     Top = 156
  119.     Width = 105
  120.     Height = 13
  121.     Caption = 'or visit our web site at:'
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clBlack
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     Transparent = True
  129.   end
  130.   object Label20: TLabel
  131.     Left = 36
  132.     Top = 172
  133.     Width = 163
  134.     Height = 13
  135.     Caption = 'http://www.wisemansolutions.com'
  136.     Font.Charset = DEFAULT_CHARSET
  137.     Font.Color = clBlack
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = []
  141.     ParentFont = False
  142.     Transparent = True
  143.   end
  144.   object Button8: TButton
  145.     Left = 224
  146.     Top = 192
  147.     Width = 73
  148.     Height = 25
  149.     Cancel = True
  150.     Caption = 'O&K'
  151.     Default = True
  152.     Font.Charset = DEFAULT_CHARSET
  153.     Font.Color = clBlack
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     ParentShowHint = False
  159.     ShowHint = False
  160.     TabOrder = 0
  161.     OnClick = Button8Click
  162.   end
  163. end
  164.